Posts by Renan Alboy • 119 points
4 posts
-
8
votes1
answer3889
viewsQ: java.lang.Unsupportedclassversionerror: Unsupported major.minor version 52.0 when running JAR
I have a project in Netbeans and I have to pass it to test for other users. I am running it on Ubuntu 14 and running the following command to run . jar: java -jar "TesteTableYasc.jar" However, when…
javaasked Renan Alboy 119 -
0
votes1
answer493
viewsQ: Store value in an Arraylist
Hello, I have a question regarding storing the value I get from a table in an arraylist of arraylist. As I should do to be able to store? For example: Private…
-
0
votes0
answers587
viewsQ: Constructing a java table from a vector as parameter
Hello! I’m having trouble constructing a table. Here’s the thing, the user defines a series of variables that are stored in an array. I would like the variables stored in this vector to constitute…
-
1
votes1
answer199
viewsQ: Creating columns in tables through variables in java
Hello, I would like the help to solve the following problem: I have a table, but its columns can be defined by user-defined variables. For example, the user defines a1, B1 and C1, from which the…