I downloaded Java Native Access in Eclipse for use in a program, specifically to use a variable time_t date in order to get a unix timestamp. Does that structure exist, or is it in another form?
In case it doesn't exist, what would be my best alternative to get time to just use System.currentTimeMillis()
?